Carbon


cmpIsMissing

Header: Components.h

enum {
    cmpIsMissing = 536870912,
    cmpWantsRegisterMessage = -2147483648
};

Constant descriptions

cmpIsMissing
cmpWantsRegisterMessage

The setting of the cmpWantsRegisterMessage bit determines whether the Component Manager calls this component during registration. Set this bit to 1 if your component should be called when it is registered; otherwise, set this bit to 0.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)